Skip to content

add declarative config bridge #7480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zeitlinger
Copy link
Member

@zeitlinger zeitlinger commented Jul 11, 2025

copy declarative config bridge from java agent to be used in contrib extensions

This would directly help all issues listed in open-telemetry/opentelemetry-java-instrumentation#14088

We need to figure out how to map

  • otel.java.*, e.g. otel.java.experimental.span-stacktrace.filter
  • otel.*, e.g. otel.inferred.spans.lib.directory, otel.jmx.service.url

Copy link

codecov bot commented Jul 11, 2025

Codecov Report

Attention: Patch coverage is 89.09091% with 6 lines in your changes missing coverage. Please review.

Project coverage is 90.00%. Comparing base (78a917d) to head (0114599).

Files with missing lines Patch % Lines
.../fileconfig/DeclarativeConfigPropertiesBridge.java 90.69% 2 Missing and 2 partials ⚠️
...ion/incubator/fileconfig/ConfigPropertiesUtil.java 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7480      +/-   ##
============================================
- Coverage     90.00%   90.00%   -0.01%     
- Complexity     7078     7100      +22     
============================================
  Files           803      805       +2     
  Lines         21405    21460      +55     
  Branches       2086     2097      +11     
============================================
+ Hits          19265    19314      +49     
- Misses         1477     1480       +3     
- Partials        663      666       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zeitlinger
Copy link
Member Author

just didn't make it into the release - I guess it's better to move the bridge to contrib then - where we actually need this to unblock some issues

@zeitlinger zeitlinger marked this pull request as draft July 17, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant